lftp: disable libidn explicitely
authorNicolas Thill <[email protected]>
Tue, 23 Sep 2014 23:38:10 +0000 (01:38 +0200)
committerNicolas Thill <[email protected]>
Fri, 24 Oct 2014 14:32:29 +0000 (16:32 +0200)
This prevent detection of libidn when target arch = host arch.

net/lftp/Makefile

index e2aa28cd0bd4c8f09dddb6c71b0db1b16282bc0b..054d4a4dcc64a1da871bf993731090b1fabea852 100644 (file)
@@ -50,6 +50,7 @@ CONFIGURE_ARGS += \
        --without-libiconv-prefix \
        --without-libintl-prefix \
        --without-gnutls \
+       --without-libidn \
        --without-libresolv \
        --with-openssl="$(STAGING_DIR)/usr" \
        --disable-static